[INFO] cloning repository https://github.com/FortranGoingOnForty/firp
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/FortranGoingOnForty/firp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFortranGoingOnForty%2Ffirp", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFortranGoingOnForty%2Ffirp'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6f88cf20efb5ce344fd158ad546d5d1b66332dfc
[INFO] testing FortranGoingOnForty/firp against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFortranGoingOnForty%2Ffirp" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/FortranGoingOnForty/firp
[INFO] finished tweaking git repo https://github.com/FortranGoingOnForty/firp
[INFO] tweaked toml for git repo https://github.com/FortranGoingOnForty/firp written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/FortranGoingOnForty/firp on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/FortranGoingOnForty/firp already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3d99aa51bda5252470d51069188409af7347a7f71b4871637604fdfce80addf5
[INFO] running `Command { std: "docker" "start" "-a" "3d99aa51bda5252470d51069188409af7347a7f71b4871637604fdfce80addf5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3d99aa51bda5252470d51069188409af7347a7f71b4871637604fdfce80addf5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3d99aa51bda5252470d51069188409af7347a7f71b4871637604fdfce80addf5", kill_on_drop: false }`
[INFO] [stdout] 3d99aa51bda5252470d51069188409af7347a7f71b4871637604fdfce80addf5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2673de0877cdbcc98e86349e467ffe17af704535b14b8c4bca7434e770058475
[INFO] running `Command { std: "docker" "start" "-a" "2673de0877cdbcc98e86349e467ffe17af704535b14b8c4bca7434e770058475", kill_on_drop: false }`
[INFO] [stderr]    Compiling zerocopy v0.8.33
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling cranelift-isle v0.111.5
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.111.5
[INFO] [stderr]    Compiling cranelift-bitset v0.111.5
[INFO] [stderr]    Compiling libc v0.2.179
[INFO] [stderr]    Compiling arbitrary v1.4.2
[INFO] [stderr]    Compiling slice-group-by v0.3.1
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]    Compiling bumpalo v3.19.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.111.5
[INFO] [stderr]    Compiling cranelift-entity v0.111.5
[INFO] [stderr]    Compiling zmij v1.0.12
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling endian-type v0.1.2
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]    Compiling radix_trie v0.2.1
[INFO] [stderr]    Compiling cranelift-bforest v0.111.5
[INFO] [stderr]    Compiling cranelift-control v0.111.5
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling gimli v0.29.0
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling fd-lock v4.0.4
[INFO] [stderr]    Compiling hashbrown v0.13.2
[INFO] [stderr]    Compiling region v2.2.0
[INFO] [stderr]    Compiling wasmtime-jit-icache-coherence v24.0.5
[INFO] [stderr]    Compiling cranelift-codegen v0.111.5
[INFO] [stderr]    Compiling regalloc2 v0.9.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling rustyline v14.0.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling cranelift-frontend v0.111.5
[INFO] [stderr]    Compiling cranelift-module v0.111.5
[INFO] [stderr]    Compiling cranelift-native v0.111.5
[INFO] [stderr]    Compiling cranelift-jit v0.111.5
[INFO] [stderr]    Compiling cranelift v0.111.5
[INFO] [stderr]    Compiling firp v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.49s
[INFO] running `Command { std: "docker" "inspect" "2673de0877cdbcc98e86349e467ffe17af704535b14b8c4bca7434e770058475", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2673de0877cdbcc98e86349e467ffe17af704535b14b8c4bca7434e770058475", kill_on_drop: false }`
[INFO] [stdout] 2673de0877cdbcc98e86349e467ffe17af704535b14b8c4bca7434e770058475
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 635c8be1d6a4d5e3b00d9b862f276506b96fc9be581eaa532e4d9e469bf4bed6
[INFO] running `Command { std: "docker" "start" "-a" "635c8be1d6a4d5e3b00d9b862f276506b96fc9be581eaa532e4d9e469bf4bed6", kill_on_drop: false }`
[INFO] [stderr]    Compiling firp v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `vm`
[INFO] [stdout]     --> tests/vm_tests.rs:1019:9
[INFO] [stdout]      |
[INFO] [stdout] 1019 |     let vm = compile_and_run(source).expect("Should run successfully");
[INFO] [stdout]      |         ^^ help: if this is intentional, prefix it with an underscore: `_vm`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `source`
[INFO] [stdout]     --> src/parser/mod.rs:4103:13
[INFO] [stdout]      |
[INFO] [stdout] 4103 |         let source = r#"
[INFO] [stdout]      |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_source`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `firp` (lib test); 1 warning emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/28f95933dc0727396c07b48d0a8cb5211b7fb472/bin/rustc --crate-name firp --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cfdd7fb39b2e9444 -C extra-filename=-310e1a04acac43c9 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cranelift=/opt/rustwide/target/debug/deps/libcranelift-3eb0a374ad4deeda.rlib --extern cranelift_codegen=/opt/rustwide/target/debug/deps/libcranelift_codegen-a1293e1bdcc0e6cb.rlib --extern cranelift_frontend=/opt/rustwide/target/debug/deps/libcranelift_frontend-d8fede45d0ddae6b.rlib --extern cranelift_jit=/opt/rustwide/target/debug/deps/libcranelift_jit-74b19ab158bb4036.rlib --extern cranelift_module=/opt/rustwide/target/debug/deps/libcranelift_module-1a7a435d28d5abf1.rlib --extern cranelift_native=/opt/rustwide/target/debug/deps/libcranelift_native-991ca7ad6fdcaefa.rlib --extern rayon=/opt/rustwide/target/debug/deps/librayon-929e01184f112040.rlib --extern rustyline=/opt/rustwide/target/debug/deps/librustyline-7d9c9d3d39a20037.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-9545d2fa4f9448c1.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-a690401331b77f91.rlib --extern target_lexicon=/opt/rustwide/target/debug/deps/libtarget_lexicon-5b6d89ab0eddbbeb.rlib --extern termcolor=/opt/rustwide/target/debug/deps/libtermcolor-96a9ed65821a6544.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "635c8be1d6a4d5e3b00d9b862f276506b96fc9be581eaa532e4d9e469bf4bed6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "635c8be1d6a4d5e3b00d9b862f276506b96fc9be581eaa532e4d9e469bf4bed6", kill_on_drop: false }`
[INFO] [stdout] 635c8be1d6a4d5e3b00d9b862f276506b96fc9be581eaa532e4d9e469bf4bed6
